特定の外部project linkのproject nameを削るUserCSS
[/project/title]みたいな外部Project Linkの/project/を削るUserCSS
project nameが長ったらしくてうざいときに使うtakker.icon
注:事前に決めたprojectしか消せない
例:特定の外部project linkのproject nameを削るUserCSSの/takker/を消す
code:takker.css
.line:not(.cursor-line) a.page-linkhref^="/takker/":not(href="/takker/") {
.char-index {
display: none;
}
.char-index:nth-child(8) ~ .char-index {
display: inherit;
}
}
他のprojectで使いたい場合は、takkerを消したいproject nameに、8をproject nameの文字数+2に変える
/villagepump/特定の外部project linkのproject nameを削るUserCSS
#2024-03-05 18:23:59